home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMULTIFORWARDER / TMULTIFORWARDER.txt
Text File  |  2004-10-12  |  2KB  |  93 lines

  1. object MultiForwarder: TMultiForwarder
  2.   Left = 200
  3.   Top = 117
  4.   HelpContext = 14062
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Forward/Redirect of multiple messages'
  8.   ClientHeight = 141
  9.   ClientWidth = 395
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object bBrowse: TButton
  23.     Left = 304
  24.     Top = 62
  25.     Width = 75
  26.     Height = 25
  27.     Caption = '&Browse...'
  28.     Enabled = False
  29.     TabOrder = 3
  30.     OnClick = bBrowseClick
  31.   end
  32.   object cbSeparate: TRadioButton
  33.     Left = 16
  34.     Top = 16
  35.     Width = 361
  36.     Height = 17
  37.     Caption = 'Open &separate editor windows'
  38.     Checked = True
  39.     TabOrder = 0
  40.     TabStop = True
  41.     OnClick = cbSeparateClick
  42.   end
  43.   object cbSingle: TRadioButton
  44.     Left = 16
  45.     Top = 40
  46.     Width = 361
  47.     Height = 17
  48.     Caption = '&Address all messages to the address(es) below:'
  49.     TabOrder = 1
  50.     TabStop = True
  51.     OnClick = cbSeparateClick
  52.   end
  53.   object bOK: TButton
  54.     Left = 128
  55.     Top = 108
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 4
  62.   end
  63.   object bCancel: TButton
  64.     Left = 216
  65.     Top = 108
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 5
  72.   end
  73.   object eAddr: TComboBox
  74.     Left = 40
  75.     Top = 64
  76.     Width = 257
  77.     Height = 21
  78.     Enabled = False
  79.     ItemHeight = 13
  80.     TabOrder = 2
  81.     OnKeyDown = eAddrKeyDown
  82.   end
  83.   object bHelp: TButton
  84.     Left = 304
  85.     Top = 108
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'Help'
  89.     TabOrder = 6
  90.     OnClick = bHelpClick
  91.   end
  92. end
  93.